home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Programming
/
SecalDemo
/
Inc
/
workbench
/
startup.inc
< prev
next >
Wrap
Text File
|
1998-06-24
|
286b
|
19 lines
include "inc/exec/types.inc";
include "inc/exec/ports.inc";
include "inc/dos/dos.inc";
struct WBStartup is
sm_Message:Message;
sm_Process:ulong;
sm_Segment:long;
sm_NumArgs:long;
sm_ToolWindow:ulong;
sm_ArgList:ulong;
;
struct WBArg is
wa_Lock:long;
wa_Name:ulong;
;